home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc2 / xfd113.lha / xfd / Developper / include / proto / xfdmaster.h
C/C++ Source or Header  |  1996-04-08  |  225b  |  8 lines

  1. #ifndef PROTO_XFDMASTER_H
  2. #define PROTO_XFDMASTER_H
  3. #include <exec/types.h>
  4. extern struct xfdMasterBase *xfdMasterBase;
  5. #include <clib/xfdmaster_protos.h>
  6. #include <pragmas/xfdmaster_pragmas.h>
  7. #endif /* PROTO_XFDMASTER_H */
  8.